home *** CD-ROM | disk | FTP | other *** search
/ Aminet 30 / Aminet 30 (1999)(Schatztruhe)[!][Apr 1999].iso / Aminet / util / libs / PGPLib1_3.lha / PGP / doc / rexxpgp.doc < prev   
Text File  |  1998-03-28  |  926b  |  25 lines

  1. $Id: rexxpgp.doc,v 1.5 1998/02/09 00:22:56 andre Exp andre $
  2.  
  3.                Documentation of the ARexx Inteface
  4.                          for pgp.library
  5.  
  6.  
  7. pgp.library  is an ARexx function library.  The query function is at offset
  8. -30.   Use  addlib()  or  RXLIB to install it in the global library list of
  9. ARexx.
  10.  
  11. Please  refer  the autodoc  of  pgp.library  and the supplied sample script
  12. pgptest.rexx to get a general understanding of the functions.
  13.  
  14. Datatypes:
  15. ==========
  16.   string   - a string (e.g. "Hello!")
  17.   number   - a cardinal number
  18.  
  19. Functions:
  20. ==========
  21.   number = PGPEncrypt(filename: string; userid: string; [outfile: string]; [conoutput: string])
  22.   number = PGPDecrypt(filename: string; password: string; [outfile: string]; [conoutput: string])
  23.   string = PGPFault(code: number; header: string)
  24.   number = PGPSign(filename: string; password: string; [outfile: string]; [userid: string]; [conoutput: string])
  25.